From: Luc Teirlinck Date: Fri, 20 Feb 2004 03:48:32 +0000 (+0000) Subject: (describe-categories): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23984 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f7961e587120fb817eec67bb24eb1f7b0161c6a;p=emacs.git (describe-categories): Doc fix. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 9769d613cbc..4201a3de1a5 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -544,7 +544,9 @@ BUFFER defaults to the current buffer." ;;;###autoload (defun describe-categories (&optional buffer) "Describe the category specifications in the current category table. -The descriptions are inserted in a buffer, which is then displayed." +The descriptions are inserted in a buffer, which is then displayed. +If BUFFER is non-nil, then describe BUFFER's category table instead. +BUFFER should be a buffer or a buffer name." (interactive) (setq buffer (or buffer (current-buffer))) (help-setup-xref (list #'describe-categories buffer) (interactive-p))